From 0c260a4362a05fd0a2940355e2092b4dcc48e743 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 21 Feb 2009 10:41:17 +0000 Subject: [PATCH] =?utf8?q?Tweak=20for=20bug=2017103=20(patch:=20Marcin=20C?= =?utf8?q?ie=C5=9Blak)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 07dd8ea4cd..3179b86a05 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1806,7 +1806,7 @@ class Article { } #It would be nice to see where the user had actually come from, but for now just guess - $returnto = $rc->getAttribute( 'rc_type' ) == RC_NEW ? 'newpages' : 'recentchanges'; + $returnto = $rc->getAttribute( 'rc_type' ) == RC_NEW ? 'Newpages' : 'Recentchanges'; $return = SpecialPage::getTitleFor( $returnto ); $dbw = wfGetDB( DB_MASTER ); -- 2.20.1